The sprite should start at the bottom of the stage.
- Go to and drag out Go To.
- The first number in .go_to() is the x-coordinate. Change the x-coordinate to 0.
- The second number in .go_to() is the y-coordinate. Change the y-coordinate to -220.
Make sure you don't delete the parentheses or the comma.
To navigate the page using the TAB key, first press ESC to exit the code editor.